home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
ScrollViewDeluxe
/
SVDInspector.h
< prev
next >
Wrap
Text File
|
1993-11-01
|
362b
|
21 lines
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface SVDInspector : IBInspector
{
id deluxeMatrix;
id pageLeftRightSwitch;
id pageUpDownSwitch;
id zoomSwitch;
id topRulerSwitch;
id leftRulerSwitch;
id arrowsButton;
id borderMatrix;
id backGrayMatrix;
id scrollerMatrix;
id lineCell;
id pageCell;
}
@end